From 394c63ee936214e4d6fc263be0977b649b0473e7 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 7 May 2012 22:54:44 +0200 Subject: [PATCH] configure: don't set SHREXT to .dylib on darwin libtool creates .so modules anyway (modules not libs!) --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 11ac4c8..1bf9a71 100644 --- a/configure.ac +++ b/configure.ac @@ -208,9 +208,6 @@ esac AC_MSG_CHECKING([for some Win32 platform]) case "$target_or_host" in - *-*-darwin*) # darwin - shrext=.dylib - ;; hppa*-hpux*) # HP/UX shrext=.sl ;; -- 2.30.2